git-context
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 6 May 2024 20:34:15 +0000 (22:34 +0200)
committerAurelien Jarno <aurel32@debian.org>
Mon, 6 May 2024 20:34:15 +0000 (22:34 +0200)
commit55c64d3a338432a535d4c6ffa9da14e28ec7d6bc
treec621b9f4b3abf4587134233c0135d852c2863ca0
parent01da8b85d2012c4aa9273050a55f938d01a4a4c6
git-context

commit 88b771ab5e1169e746dbf4a990d90cffc5fa54ea
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Sat Feb 17 15:25:35 2024 -0500

    Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64

    Tested with the tests provided by glibc plus some other toy examples.
    Message-ID: <20240217202535.1860803-1-flaviocruz@gmail.com>

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-context.diff
sysdeps/mach/hurd/x86_64/Makefile
sysdeps/mach/hurd/x86_64/__start_context.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/getcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/makecontext.c [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/setcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/swapcontext.S [new file with mode: 0644]